home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 8_scripts / history-match < prev    next >
Encoding:
Text File  |  2001-03-22  |  599 b   |  18 lines

  1. Synopsis:
  2.    load history-match
  3.  
  4. Description:
  5.    This script attempts to emulate the T-Shell's (tcsh) history completion
  6.    capabilities, ESC-p.  The script binds META2-p to this function (META2
  7.    is bound to ^X by default).  It allows for both command completion and
  8.    argument completion from the client's command history.  If multiple
  9.    matches are found in the history, repeated ^X-p will cycle through each
  10.    possibility.
  11.  
  12. See Also:
  13.    bind(4) meta2_character; history(4); load(5)
  14.  
  15. Other Notes:
  16.    This script is believed to have been written by Matthew Green (phone).
  17.  
  18.